SG Window | Window Object |
FindHWND Method |
Properties Methods Events Constants Error Codes |
Returns descendent window with specified HWND.
object.FindHWND(hWnd As Long) As Window
Part | Description |
object | The object is expression that evaluates to Window object |
hWnd | Required. Handle of the window to find. |
Searches descendent windows for a window with specified handle. If such a window does not exist FindHWND returns Nothing; otherwise return value is Window object attached to the specified handle.